ALooper_acquire

Acquire a reference on the given ALooper object. This prevents the object from being deleted until the reference is removed. This is only needed to safely hand an ALooper from one thread to another.

extern (C) nothrow @nogc
void
ALooper_acquire
(
ALooper* looper
)

Meta